home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------*/
- /* */
- /* */
- /* ------------ Bit-Bucket Software <no-Inc> */
- /* \ 10001101 / Writers and Distributors of */
- /* \ 011110 / No-Cost<no-tm> Software. */
- /* \ 1011 / */
- /* ------ KopyRong (K) 1987. ALL RIGHTS REVERSED. */
- /* */
- /* */
- /* */
- /* */
- /* This software package is being distributed WITH FULL SOURCE CODE */
- /* with the following conditions: 1) If anything awful happens */
- /* because you use it (or don't use it), you accept full */
- /* responsibility; 2) you don't start making tons of voice calls to */
- /* the authors to complain or make suggestions about enhancements, */
- /* useful or otherwise; 3) you do not reuse this code in commercial */
- /* products without specific permission to do so from the authors; */
- /* 4) If you find any problems you send fixes to the authors for */
- /* inclusion in updates; 5) You find some way to express your */
- /* appreciation for this method of distribution, either by writing */
- /* code or application notes, or just sending along a "Thank You" */
- /* message. */
- /* */
- /* There is copyrighted code in this product. We either wrote it */
- /* ourselves or got permission to use it. Please don't force us to */
- /* pay a lawyer -- have some respect for our motives and don't abuse */
- /* this "license". */
- /* */
- /* */
- /*--------------------------------------------------------------------------*/
-
-
- #define ALTA 0x1e00
- #define ALTB 0x3000
- #define ALTC 0x2e00
- #define ALTD 0x2000
- #define ALTE 0x1200
- #define ALTF 0x2000
- #define ALTG 0x2200
- #define ALTH 0x2300
- #define ALTI 0x1700
- #define ALTJ 0x2400
- #define ALTK 0x2500
- #define ALTL 0x2600
- #define ALTM 0x3200
- #define ALTN 0x3100
- #define ALTO 0x1800
- #define ALTP 0x1900
- #define ALTQ 0x1000
- #define ALTR 0x1300
- #define ALTS 0x1f00
- #define ALTT 0x1400
- #define ALTU 0x1600
- #define ALTV 0x2f00
- #define ALTW 0x1100
- #define ALTX 0x2d00
- #define ALTY 0x1500
- #define ALTZ 0x2600
-
- #define CTRLC 0x2e03
-
- #define ALT1 0x7800
- #define ALT2 0x7900
- #define ALT3 0x7a00
- #define ALT4 0x7b00
- #define ALT5 0x7c00
- #define ALT6 0x7d00
- #define ALT7 0x7e00
- #define ALT8 0x7f00
- #define ALT9 0x8000
- #define ALT0 0x8100
-
- #define PGUP 0x4900
- #define PGDN 0x5100
- #define ALTF10 0x7100
-
- #define PF1 0x3b00
- #define PF2 0x3c00
- #define PF3 0x3d00
- #define PF4 0x3e00
- #define PF5 0x3f00
- #define PF6 0x4000
- #define PF7 0x4100
- #define PF8 0x4200
- #define PF9 0x4300
- #define PF10 0x4400
-
- #define UPAR 0x4800
- #define LFAR 0x4b00
- #define RTAR 0x4d00
- #define DNAR 0x5000
-
- #define SHF1 0x5400
- #define SHF2 0x5500
- #define SHF3 0x5600
- #define SHF4 0x5700
- #define SHF5 0x5800
- #define SHF6 0x5900
- #define SHF7 0x5a00
- #define SHF8 0x5b00
- #define SHF9 0x5c00
- #define SHF10 0x5d00
-